home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue47 / OOPRules / inher.dfm / inher.txt
Encoding:
Text File  |  1999-05-30  |  350 b   |  20 lines

  1. inherited FormInherit: TFormInherit
  2.   Left = 261
  3.   Top = 196
  4.   Caption = 'FormInherit'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ListItems: TListBox
  8.     TabOrder = 3
  9.   end
  10.   object ButtonClear: TButton
  11.     Left = 248
  12.     Top = 24
  13.     Width = 75
  14.     Height = 25
  15.     Caption = 'Clear'
  16.     TabOrder = 1
  17.     OnClick = ButtonClearClick
  18.   end
  19. end
  20.